-
-
Notifications
You must be signed in to change notification settings - Fork 16
Added Package Management Process and linked it in Ports contributors documentation. #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer's GuideThis pull request introduces a new documentation page detailing GhostBSD's three-tier package management process and updates the ports contributor index to reference this new resource, clarifying repository roles and package flow for contributors and developers. Flow diagram for GhostBSD's three-tier package repository systemflowchart LR
A[Unstable Repository]
B[Testing Repository]
C[Stable Repository]
D[Development]
E[Community Testing]
F[Production]
A -- Independent Development --> D
B -- Validation & Testing --> E
C -- User Deployment --> F
B -- After Testing --> C
D -. No automatic flow .-> B
D -. No automatic flow .-> C
A -. No automatic flow .-> B
A -. No automatic flow .-> C
B -- Promotion after validation --> C
Flow diagram for package promotion and security updatesflowchart TD
subgraph Testing Repository
T1[Build Packages]
T2[Community Validation]
T3[Security Updates]
end
subgraph Stable Repository
S1[Sync Successful Packages]
S2[Expedited Security Sync]
end
T1 --> T2 --> S1
T3 -- Expedited Validation --> S2
Flow diagram for FreeBSD release alignment in repositoriesflowchart LR
F1[New FreeBSD releng branch created]
U[Unstable Repository]
T[Testing Repository]
S[Stable Repository]
F1 --> U
U -- Tracks new releng branch --> U
T -- Continues with current stable --> T
S -- Remains synced with Testing --> S
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary by Sourcery
Introduce comprehensive documentation for GhostBSD's package management process and update contributor resources to reference it.
Documentation: